home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Scientific Center
/
The Scientific Center.iso
/
pc
/
IT.DXR
/
Internal_114_h_mic_v.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-22
|
236 b
|
18 lines
on mouseDown me
beep()
end
on mouseEnter me
cursor(280)
set the ink of sprite the currentSpriteNum to 4
end
on mouseLeave me
cursor(-1)
set the ink of sprite the currentSpriteNum to 36
end
on mouseUp me
go("ms12001")
end